Skip to main content
POST
/
v1
/
platform
/
sessions
/
{session_id}
/
issues-agent
Error
A valid request URL is required to generate request examples
{
  "agent_overview_accepted": true,
  "context_hub_repo_handle": "<string>",
  "created_at": "<string>",
  "cron_enabled": true,
  "cron_schedule": "<string>",
  "github_base_branch": "<string>",
  "github_repo_subdir": "<string>",
  "github_repo_url": "<string>",
  "id": "<string>",
  "latest_run_id": "<string>",
  "latest_thread_id": "<string>",
  "priorities": [
    "<string>"
  ],
  "session_agent_overview_repo_id": "<string>",
  "session_id": "<string>",
  "session_name": "<string>",
  "tenant_id": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string
required

Tracer session ID (UUID)

Body

application/json
context_hub_repo_handle
string
github_base_branch
string
github_repo_subdir
string
github_repo_url
string
priorities
string[]

Response

Created

agent_overview_accepted
boolean
context_hub_repo_handle
string
created_at
string
cron_enabled
boolean
cron_schedule
string
github_base_branch
string
github_repo_subdir
string
github_repo_url
string
id
string
latest_run_id
string
latest_thread_id
string

IDs of the latest run on LangSmith Deployments; NULL until first trigger.

priorities
string[]
session_agent_overview_repo_id
string
session_id
string
session_name
string

JOINed from tracer_session

tenant_id
string
updated_at
string